home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / bash / bash_108 / bash-108.zoo / man / Usage < prev   
Encoding:
Text File  |  1991-09-12  |  1.7 KB  |  41 lines

  1. Some cursory notes on the usage of BASH on the Atari ST.
  2. ---- ------- ----- -- --- ----- -- ---- -- --- ----- ---
  3.  
  4. I. Bash - The GNU Bourne Again SHell port for the Atari-ST is a complete 
  5.       implimentaton of BASH as distributed by the FSF. The only parts 
  6.       that have been disabled if the MAIL and NETWORK services, as they 
  7.       are most useless under TOS.
  8.  
  9. Bye itself, Bash is almost useless. To fully appreciate and use Bash one 
  10. needs a full compliment of file utilities. The builtin commands to Bash 
  11. may be seen bye typing "help<cr>" while in Bash. A nice set of file utilities
  12. that work well with Bash are the GNU FileUtilities V2.1, that I have also 
  13. ported to the ST, and should be available at atari.archive.umich.edu(.)
  14.  
  15. The only available hard documentation available at the present is a complete 
  16. manual page (ala Unix) for Bash; it is included in this distribution in 
  17. [nt]roff amd PS form. 
  18.  
  19. When Bash is started on the ST, it does the folowing. 
  20.  
  21.     (a). Checks to see if the variables         "TERM"
  22.          are set.                        "UNIXMODE"
  23.                                 "HOME"
  24.  
  25.     (b). If the above are not set it sets them to    "atari"
  26.          respectively.                "/.,LAHdb"
  27.                             "./"
  28.  
  29.     (c). Looks for $HOME/.bash_login  and sources it if it is found.
  30.  
  31. Note that this port of Bash is fully UNIXMODE aware and its 
  32. startup files are the same as the UNIX version,     ".bashrc"
  33.                             ".bash_login"
  34.                         
  35. As I said this is very cursory and is just meant to give people something 
  36. to help get them going. I will field questions and take comments/bug-reports
  37. as I will continue to work on this as time permits. My thanx go out to 
  38. Jwahar Bammi and Edgar Roeder.
  39.  
  40.                         Scott Kolodzieski
  41.                         scott@sparc1.stevens-tech.edu